翻訳と辞書
Words near each other
・ Bundibugyo
・ Bundibugyo Airport
・ Bundibugyo District
・ Bundibugyo ebolavirus
・ Bundibugyo virus
・ Bundick, Virginia
・ Bunding
・ Bundism
・ Bundit Ungrangsee
・ Bundjalung
・ Bundjalung Nation Timeline
・ Bundjalung National Park
・ BUNDjugend
・ Bundle
・ Bundle (mathematics)
Bundle (OS X)
・ Bundle adjustment
・ Bundle bone
・ Bundle branch block
・ Bundle branches
・ Bundle Brent
・ Bundle Day
・ Bundle gerbe
・ Bundle map
・ Bundle of His
・ Bundle of Hiss
・ Bundle of Joy
・ Bundle of Joy (album)
・ Bundle of rights
・ Bundle theorem


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bundle (OS X) : ウィキペディア英語版
Bundle (OS X)

In NeXTSTEP, OPENSTEP, GNUstep, and their lineal descendants OS X and iOS, a bundle is a file directory with a defined structure and file extension, allowing related files to be grouped together as a conceptually single item.
Examples of bundles that contain executable code include applications, frameworks, and plugins. This kind of bundle usually contains one file representing executable code, and files that represent resources such as nibs, templates, images, sounds, and other media. On some other systems, such as Microsoft Windows, these resources are usually included directly in the executable file itself at compile time. On older Macintoshes, a similar technique is used, where additional metadata can be added to a file's resource fork. Similar in concept are the application directories used in RISC OS and on the ROX Desktop, and the RUNZ bundles in Super OS.
Examples of bundles that do not contain executable code include document packages (iWork documents) and media libraries (iPhoto Library).
Bundles are programmatically accessed with the NSBundle class in Cocoa, NeXTSTEP and GNUstep's Foundation frameworks, and with CFBundle in Core Foundation. The Uniform Type Identifier (UTI) for an Apple bundle is com.apple.bundle.
==OS X application bundles==
Application bundles are directory hierarchies, with the top-level directory having a name that ends with a .app extension. In an application bundle, the first directory in the bundle underneath the top-level directory is usually named Contents. Within Contents there is usually another directory (called MacOS on Macs, or using the application's name on GNUstep), which contains the application's executable code. Within the Contents folder there is usually also a directory called Resources, which contains the resources of the application.
Among other things, the Resources folder contains localized versions of the application's nib files.
Other common subdirectories include Plugins, Frameworks, and Shared Frameworks. The Frameworks directory contains frameworks used by the application, and are used even if another version of the framework exists on the system. The Shared Frameworks directory contains frameworks that can be used both by the application that contains them, and other applications; they are used only if a newer version does not exist elsewhere on the system. Plugins contains extensible code used by the application.
By default, the Finder displays application bundles, which can also be referred to as packages, as opaque files with no underlying structure; the contents of the bundle can be shown with the "Show Package Contents" context menu item.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bundle (OS X)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.